mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 22:01:18 -06:00
Commands used to list the file extensions used in the project:
$ git ls-files | sed -En 's/.*(\.[^.]+)$/\1/p' |
LC_ALL=C sort | uniq -c
For rules that are more specific to a given directory, put a dedicated
.editorconfig file in it.
|
||
|---|---|---|
| .. | ||
| .editorconfig | ||
| firecfg.bash_completion | ||
| firejail.bash_completion.in | ||
| firemon.bash_completion | ||
| Makefile | ||