summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorDan Allen <dan@opendevise.com>2017-10-07 20:07:29 -0600
committerDan Allen <dan@opendevise.com>2017-10-07 20:08:15 -0600
commit57dacb48439e822400b2430f1aa4fba51c5f01e1 (patch)
tree5bd65370fbd02400f0fefb3b81bf89e93b68ab5e /.editorconfig
parent348bb43f4b83496798ea5e4842dca23db1c5c346 (diff)
downloadalpine-antora-theme-57dacb48439e822400b2430f1aa4fba51c5f01e1.tar.bz2
alpine-antora-theme-57dacb48439e822400b2430f1aa4fba51c5f01e1.tar.xz
follow-up to #2 add .editorconfig to enforce (some) style rules
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..c6c8b36
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true