From 7c614992bb8f37c652d3770e68a690a45ec4402b Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Mon, 12 Jan 2026 21:42:08 -0500 Subject: update eww config --- .config/eww/.editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/eww/.editorconfig (limited to '.config/eww/.editorconfig') diff --git a/.config/eww/.editorconfig b/.config/eww/.editorconfig new file mode 100644 index 0000000..1e8dd63 --- /dev/null +++ b/.config/eww/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 + +[*.scss] +indent_style = tab -- cgit v1.2.3