Commit 2914752
committed
formatting: Create a .editorconfig to nudge more consistent formatting
I checked all hand written text file extensions in use and most of them
already use 4 space indent majorly. The only exceptions are *.sh, which
is a wild chaos were any arbitrary decision will do, and *.nix where two
space indenting is prevalent in the Nix community (i.e., Nixpkgs).
See https://editorconfig.org/ for the specification and the goals of
`.editorconfig` files.1 parent e73e1ce commit 2914752
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments