diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2022-12-16 13:02:51 +0100 |
---|---|---|
committer | Fábio Maciel <6810827+fabiomaciel@users.noreply.github.com> | 2022-12-16 11:30:42 -0300 |
commit | 052ad8d85510fa9871e75d7cf2ff686a5ab03737 (patch) | |
tree | 2aa62f56530c78861d1feb339f0c9e41cf50b350 | |
parent | 46040c6819dd686def226f1850187dde4963bef4 (diff) |
Add .editorconfig to root dir
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
-rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f394793 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[Makefile] +indent_style = tab + +[*.{c,h}] +indent_style = space +indent_size = 2 |