summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-08-02 17:25:05 -0400
committerDaniel Stone <daniel@fooishbar.org>2019-08-05 08:43:45 +0000
commit790dd9da16eb40e54b2dabe412dccdc5ea005b77 (patch)
tree01cdfda35f5c6348b88ba87f8621fcdb0f192c7d /.editorconfig
parenta2f1343b7e7c8f0a548b13a3424b7660a9ec0000 (diff)
downloadwayland-790dd9da16eb40e54b2dabe412dccdc5ea005b77.tar.gz
Add .editorconfig
This is copied from Weston
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..e0fc853
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = tab
+indent_size = 8
+max_line_length = 80
+
+[*.xml]
+indent_style = space
+indent_size = 2
+tab_width = 8