Fossil SCM

Told .editorconfig to use tabs for Makefiles, otherwise it mangles them with the default indention style (spaces).

stephan 2019-11-09 04:27 trunk
Commit b86c8b476b4af7ed7b5fc311d1e3d1c14a93d897d9afa8c39d744b76461fabdf
1 file changed +2
--- .editorconfig
+++ .editorconfig
@@ -8,5 +8,7 @@
88
end_of_line = lf
99
insert_final_newline = true
1010
indent_style = space
1111
indent_size = 2
1212
13
+[{Makefile,Makefile.*,*.mk}]
14
+indent_style = tab
1315
--- .editorconfig
+++ .editorconfig
@@ -8,5 +8,7 @@
8 end_of_line = lf
9 insert_final_newline = true
10 indent_style = space
11 indent_size = 2
12
 
 
13
--- .editorconfig
+++ .editorconfig
@@ -8,5 +8,7 @@
8 end_of_line = lf
9 insert_final_newline = true
10 indent_style = space
11 indent_size = 2
12
13 [{Makefile,Makefile.*,*.mk}]
14 indent_style = tab
15

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button