aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorWolfgang Müller2024-09-14 23:24:30 +0200
committerWolfgang Müller2024-09-14 23:24:30 +0200
commit733970b4da04b9efca1f2343f9325287352ba128 (patch)
tree3ba03d4038691a36a1e3bc3223871c394c01ee3f /.editorconfig
parentc2c30adb28c5f7a41c476261a7519b37ca952ffe (diff)
downloadlater-733970b4da04b9efca1f2343f9325287352ba128.tar.gz
Add .editorconfig
Diffstat (limited to '')
-rw-r--r--.editorconfig12
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