summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2025-11-10 08:14:41 -0600
committerMatt Strapp <matt@mattstrapp.net>2025-11-10 08:14:41 -0600
commit64bfc7f4f9208853bfdc3345861c12584d82e435 (patch)
treee1d595ec29ebf1f32f94d63cb2cbacd1510a7508 /.editorconfig
parentonly run gem if it actually exists (diff)
downloaddotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar.gz
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar.bz2
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar.lz
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar.xz
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.tar.zst
dotfiles-64bfc7f4f9208853bfdc3345861c12584d82e435.zip
Remove obsolete Zsh configuration and add EditorConfig for consistent coding styleHEADmaster
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ebe51d3
--- /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 = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = false
+insert_final_newline = false \ No newline at end of file