diff options
author | Lieuwe Rooijakkers <lieuwerooijakkers@gmail.com> | 2024-07-21 15:13:16 +0200 |
---|---|---|
committer | Lieuwe Rooijakkers <lieuwerooijakkers@gmail.com> | 2024-07-21 15:13:16 +0200 |
commit | a9e6bcdfbee0767b6375a239c67b979db63d5812 (patch) | |
tree | 890f7df23e2ca7f2c2cff6f68e718709e2495070 /.editorconfig | |
parent | 3351ecf9d0ee24be022ce26714886ee3af8ed484 (diff) |
add lorri information and editorconfig
Diffstat (limited to '.editorconfig')
-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 |