summaryrefslogtreecommitdiff
path: root/.config/waywall/.editorconfig
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2026-01-12 17:31:38 -0500
committerSam Nystrom <sam@samnystrom.dev>2026-01-12 17:31:38 -0500
commit2fdb1d63457dbc76f2063e64307bdaae3920a383 (patch)
tree20305db94453ad17f6aa9bed299c2d460ded75f0 /.config/waywall/.editorconfig
parente521805e7f3f52214056720e3a280c9e9f2ec6e9 (diff)
update waywall config
Diffstat (limited to '.config/waywall/.editorconfig')
-rw-r--r--.config/waywall/.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/waywall/.editorconfig b/.config/waywall/.editorconfig
new file mode 100644
index 0000000..be958c4
--- /dev/null
+++ b/.config/waywall/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+indent_size = 4