summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-04-09 14:01:51 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-04-09 14:02:08 -0600
commita33d8138944b6f2097849adcd4c536ef8403df31 (patch)
tree23978eba3fd8176b03b919aa87d6ce19923a8e20 /.editorconfig
parentc5c684b11d28215ab35b03d141bf45288b0124f2 (diff)
add more complete editorconfig to match other projects in the ecosystem [skip ci]
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index fb486edb..c6c8b362 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,3 +1,9 @@
+root = true
+
[*]
-# this matches the setting in .gitattributes
+indent_style = space
+indent_size = 2
end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true