summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-05-15 12:51:50 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-05-15 12:51:50 +0300
commitc8217c156a96faa95ed92e8c0a6d7c43960da46d (patch)
tree941b106a9981a6249b304b9648c5099760b36357 /.editorconfig
parentd9153532b8637cbfe992200effb1d24c597a732f (diff)
parent82d713782529074b03720833038cb0df2b8bcffd (diff)
Merge branch 'release/maint-x' into marchcat/x-mf-merge
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..9ac24be468
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+charset = utf-8
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[Makefile]
+indent_style = tab
+
+[*.{yml,yaml}]
+indent_size = 2