summaryrefslogtreecommitdiff
path: root/.config/waywall/.editorconfig
diff options
context:
space:
mode:
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