summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJay Kamat <github@jgkamat.33mail.com>2016-04-06 02:42:19 -0400
committerJay Kamat <github@jgkamat.33mail.com>2016-04-06 02:55:34 -0400
commitfa84aae133f229a84b26924bdecf82ceeb99eafe (patch)
tree5c1dae72fc3a755990f64f03de1f3480923d9108 /.editorconfig
parentfb741582ef205b6bece7644563bff842323a659f (diff)
downloadqutebrowser-fa84aae133f229a84b26924bdecf82ceeb99eafe.tar.gz
qutebrowser-fa84aae133f229a84b26924bdecf82ceeb99eafe.zip
Add basic editorconfig for enforcing style
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..645ced56e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,17 @@
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
+
+max_line_length = 79
+
+indent_style = space
+indent_size = 4
+
+[*.yml]
+indent_size = 2
+
+[*.feature]
+max_line_length = 9999
+