summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-03-09 15:13:45 -0800
committerMichael Hunteman <michael@huntm.net>2024-03-09 15:13:45 -0800
commit5e5560b558ff818546c94135bebf334be770c920 (patch)
tree23098a45caa1c9153a3387721151d1901aebf390 /.editorconfig
parenta9333dc90f56ae4e19fabff4822ac1ffba7c6205 (diff)
Add carousel
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig14
1 files changed, 4 insertions, 10 deletions
diff --git a/.editorconfig b/.editorconfig
index 135ea6f..41c2aaf 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,15 +1,9 @@
root = true
-[*.{ts,tsx,json}]
+[*]
+indent_size = 2
+indent_style = space
end_of_line = lf
-insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
-indent_style = space
-indent_size = 2
-# max_line_length = 80
-
-[*.md]
-indent_style = space
-indent_size = 2
-trim_trailing_whitespace = false
+insert_final_newline = true \ No newline at end of file