diff options
| author | Benjamin Linskey | 2026-05-22 03:42:13 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-05-24 01:23:04 -0400 |
| commit | c17ddccce7585a3cc8b2b3a233c6385e88864bbd (patch) | |
| tree | 1d9caf57d77ae565accabd6735304cb71cf4456d | |
| parent | 74fb73e0a45d3909d22dd06c1a97f713c5dda7ee (diff) | |
| download | dotfiles-c17ddccce7585a3cc8b2b3a233c6385e88864bbd.tar.gz | |
Remvoe duplicate line in .editorconfig
| -rw-r--r-- | .editorconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 1edd919..9f248c3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,6 @@ indent_style = tab indent_size = 8 max_line_length = 79 trim_trailing_whitespace = true -insert_final_newline = true [Makefile] indent_style = tab |