mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5674] [MERGED] build: Fix whitespace and add .editorconfig #5609
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5609
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/5674
Author: @kmk3
Created: 2/20/2023
Status: ✅ Merged
Merged: 2/25/2023
Merged by: @netblue30
Base:
master← Head:fix-ws-add-editorconfig📝 Commits (10+)
3812c13Fix EOL at EOF452d70cTrim trailing whitespace58c71f8Add .editorconfig with basic rules for all files77e9e49.gitattributes: mark some binary files as such490051fFix space before/after tab in indentf5d8d8cdocs: improve grammar in --join-or-start= comments3754680docs: remove indents on top-level lists and tablesdef30f6test/filters/namespaces.c: use tabs for indentation8c0d4ecextract_seccomp.c: use "do while" in macro definitionb406b24tests: Fix mixed space/tabs indentation📊 Changes
85 files changed (+355 additions, -315 deletions)
View changed files
➕
.editorconfig(+34 -0)📝
.gitattributes(+5 -0)➕
.github/.editorconfig(+3 -0)📝
.github/ISSUE_TEMPLATE/bug_report.md(+1 -1)📝
.github/pull_request_template.md(+10 -10)📝
CONTRIBUTING.md(+12 -12)📝
README(+1 -1)📝
README.md(+0 -2)📝
contrib/gdb-firejail.sh(+4 -4)➕
contrib/syntax/.editorconfig(+7 -0)📝
contrib/syscalls.sh(+17 -17)📝
etc/profile-a-l/bibtex.profile(+0 -1)📝
etc/profile-a-l/latex.profile(+0 -1)📝
etc/profile-m-z/pdflatex.profile(+0 -1)📝
etc/profile-m-z/presentations18.profile(+0 -1)📝
etc/profile-m-z/rpcs3.profile(+1 -1)📝
etc/profile-m-z/tex.profile(+0 -1)📝
etc/profile-m-z/textmaker18.profile(+0 -1)📝
etc/profile-m-z/textmaker18free.profile(+0 -1)➕
platform/rpm/.editorconfig(+3 -0)...and 65 more files
📄 Description
Using .editorconfig should make it easier to avoid whitespace errors, as long
as the editor used supports it (either natively or through a plugin).
See the editorconfig website for the editors that support it:
Relates to #4572 #4575.
Cc: @a1346054 @reinerh (from #4572 #4575)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.