diff options
| author | 2024-10-21 19:22:50 -0400 | |
|---|---|---|
| committer | 2024-10-21 19:22:50 -0400 | |
| commit | 60b4ebfbf3be78dba9dc7c65ab2bdaa0b218c0c2 (patch) | |
| tree | 08ff2ce7975f523112e7ad2fe4f797b4fc7db5de /.editorconfig | |
| parent | 2f9a0945bfeee3296cec3d38d094e4c49f9cb65f (diff) | |
| download | camu-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-- | .editorconfig | 13 |
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 |