aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLibravatar Jonas Platte <mail@jonasplatte.de>2016-07-04 14:08:35 +0200
committerLibravatar Jonas Platte <mail@jonasplatte.de>2016-07-04 14:12:32 +0200
commite55e5cc6b488527e908e24d9379bc258acbe30d7 (patch)
tree88f1862e467782c7904097358e04387fa2ed4a1e /.editorconfig
parentMerge pull request #732 from zandrmartin/set-size-command (diff)
downloadsway-e55e5cc6b488527e908e24d9379bc258acbe30d7.tar.gz
sway-e55e5cc6b488527e908e24d9379bc258acbe30d7.tar.zst
sway-e55e5cc6b488527e908e24d9379bc258acbe30d7.zip
Create .editorconfig
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