diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-15 12:29:32 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-15 12:29:32 +0300 |
commit | ee05a06360a82489e85d8c875eb68a0f0b1ff91d (patch) | |
tree | 56320780429fcd3468144a60e38a96fc72a254bf /.editorconfig | |
parent | e59216443619dd2280ce0fff316a2b9e2ee7cf5e (diff) | |
parent | 82d713782529074b03720833038cb0df2b8bcffd (diff) |
Merge branch 'release/maint-x' into marchcat/x-c-merge
to pick up mac build fixes
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 14 |
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 |