summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-09-19 16:19:15 -1000
committerMatthew Peveler <matt.peveler@gmail.com>2021-09-19 16:19:15 -1000
commit30cbad18ce9cef8597ab8573347c9cff3bccabe6 (patch)
tree0187aa50559494ecb5e412e2da8f2fa3c9f35270
parentcea865059d6215a081e7ceae0c8304424b004d38 (diff)
downloadasciidoc-py3-30cbad18ce9cef8597ab8573347c9cff3bccabe6.tar.gz
Add .editorconfig file
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..c1e2c64
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# EditorConfig is awesome: https://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true