diff options
| author | 2024-01-05 20:53:10 -0500 | |
|---|---|---|
| committer | 2024-01-05 20:53:10 -0500 | |
| commit | 11bbaf5198d15da44731ffb63411558f1c72f97e (patch) | |
| tree | 84f490c6509e5d13e6d71db5bc96a9502a795258 /.editorconfig | |
| parent | b1f375225c1e4096461d08fa351d78062d0ae47b (diff) | |
| download | camu-11bbaf5198d15da44731ffb63411558f1c72f97e.tar.gz camu-11bbaf5198d15da44731ffb63411558f1c72f97e.tar.bz2 camu-11bbaf5198d15da44731ffb63411558f1c72f97e.zip | |
Cleanup and fix build
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index f989111..f0409bd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,6 @@ +root = true + +[*] indent_style=space indent_size=4 tab_width=4 |