summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorkj_sh6042026-03-15 16:19:35 -0400
committerkj_sh6042026-03-15 16:19:35 -0400
commitfa355ef180b5e8d2de1f9a3dcb53c4f0505a83b6 (patch)
treeeaace667bda0521da89a29f32cc8dcee987aefdc /.editorconfig
parentf70b5c41354c33e95e14a31333a00571a668956f (diff)
refactor: .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..9c7bca5
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# http://EditorConfig.org
+
+# top-level EditorConfig file
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true