Skip to content

Commit 5850760

Browse files
committed
chore: Add project level EditorConfig options
1 parent d6c4a4f commit 5850760

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
9+
[*.sile]
10+
indent_style = space
11+
indent_size = 2
12+
max_line_length = 120
13+
14+
[*.vim]
15+
indent_style = space
16+
indent_size = 2
17+
max_line_length = 120
18+
19+
[*.md]
20+
trim_trailing_whitespace = false

syntax/sile.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ highlight! def link sileBlock Repeat
7575
highlight! def link sileBlockCommand Function
7676

7777
let b:current_syntax = 'sile'
78-
" vim: ts=8 fdm=marker
78+
" vim: ts=8

0 commit comments

Comments
 (0)