aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorZandr Martin <zandrmartin@users.noreply.github.com>2016-07-04 13:53:49 -0500
committerGitHub <noreply@github.com>2016-07-04 13:53:49 -0500
commite07b8c8d7cfaaf6667a766c9d42d59fc14e98872 (patch)
tree93c374e26425460bfa7ad1bc1528a1b9b5725a8e /.editorconfig
parentf8a94f2f4b429c75940d7451d3e7d75dfd4b66d3 (diff)
parent33abcd9573155d36f8a40936d06a44704287a99b (diff)
downloadsway-e07b8c8d7cfaaf6667a766c9d42d59fc14e98872.tar.xz
Merge branch 'master' into get-tree-command
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..a1c73fe4
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,22 @@
+# For the full list of code style requirements, see CONTRIBUTING.md
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+
+[*.{c,h,cmake,txt}]
+indent_style = tab
+indent_size = 4
+
+[*.{xml,yml}]
+indent_style = space
+indent_size = 2
+
+[config]
+indent_style = space
+indent_size = 4
+
+[*.md]
+trim_trailing_whitespace = false