summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-10-21 19:22:50 -0400
committerAndrew Opalach <andrew@akon.city> 2024-10-21 19:22:50 -0400
commit60b4ebfbf3be78dba9dc7c65ab2bdaa0b218c0c2 (patch)
tree08ff2ce7975f523112e7ad2fe4f797b4fc7db5de /.editorconfig
parent2f9a0945bfeee3296cec3d38d094e4c49f9cb65f (diff)
downloadcamu-60b4ebfbf3be78dba9dc7c65ab2bdaa0b218c0c2.tar.gz
camu-60b4ebfbf3be78dba9dc7c65ab2bdaa0b218c0c2.tar.bz2
camu-60b4ebfbf3be78dba9dc7c65ab2bdaa0b218c0c2.zip
Everything before initial synced list
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 8 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig
index f0409bd..7d5465e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,8 +1,11 @@
root = true
+[/.git/**]
+max_line_length = unset
+
[*]
-indent_style=space
-indent_size=4
-tab_width=4
-end_of_line=lf
-trim_trailing_whitespace=true
+indent_style = space
+indent_size = 4
+tab_width = 4
+end_of_line = lf
+trim_trailing_whitespace = true