summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@users.noreply.github.com>2016-07-04 13:53:49 -0500
committerLibravatar GitHub <noreply@github.com>2016-07-04 13:53:49 -0500
commite07b8c8d7cfaaf6667a766c9d42d59fc14e98872 (patch)
tree93c374e26425460bfa7ad1bc1528a1b9b5725a8e /.editorconfig
parentfix typo in ipc-json.c (diff)
parentMerge pull request #734 from jplatte/patch-1 (diff)
downloadsway-e07b8c8d7cfaaf6667a766c9d42d59fc14e98872.tar.gz
sway-e07b8c8d7cfaaf6667a766c9d42d59fc14e98872.tar.zst
sway-e07b8c8d7cfaaf6667a766c9d42d59fc14e98872.zip
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 @@
1# For the full list of code style requirements, see CONTRIBUTING.md
2
3root = true
4
5[*]
6charset = utf-8
7end_of_line = lf
8
9[*.{c,h,cmake,txt}]
10indent_style = tab
11indent_size = 4
12
13[*.{xml,yml}]
14indent_style = space
15indent_size = 2
16
17[config]
18indent_style = space
19indent_size = 4
20
21[*.md]
22trim_trailing_whitespace = false