diff options
author | Wolfgang Müller | 2024-09-14 23:24:30 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-09-14 23:24:30 +0200 |
commit | 733970b4da04b9efca1f2343f9325287352ba128 (patch) | |
tree | 3ba03d4038691a36a1e3bc3223871c394c01ee3f /.editorconfig | |
parent | c2c30adb28c5f7a41c476261a7519b37ca952ffe (diff) | |
download | later-733970b4da04b9efca1f2343f9325287352ba128.tar.gz |
Add .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..ba8334d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +insert_final_newline = true +trim_trailing_whitespace = true + +[later] +indent_size = 4 +indent_style = space + +[Makefile] +indent_style = tab |