[damned-lies] chore: add .editorconfig file



commit 1c817da78fa0556d5927703e6f7c39284316f93c
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Thu Apr 29 16:01:39 2021 +0200

    chore: add .editorconfig file

 .editorconfig | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
---
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..e8dc8e13
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,19 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+insert_final_newline = true
+trim_trailing_whitespace = true
+end_of_line = lf
+charset = utf-8
+max_line_length = 119
+
+[*.yml]
+indent_size = 2
+
+[*.{scss,css}]
+indent_size = 2
+
+[Makefile]
+indent_style = tab


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]