repo.or.cz
/
fbfp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Formatting
[fbfp.git]
/
.editorconfig
blob
a72cf2e84e93fcec5106b84aa9598354b726e228
1
root = true
2
3
[*]
4
end_of_line = lf
5
insert_final_newline = true
6
indent_style = tab
7
indent_size = 8
8
tab_size = 8
9
10
[*.go]
11
indent_style = tab
12
13
[*.js]
14
indent_style = space
15
indent_size = 2
16
17
[*.css]
18
indent_style = tab
19
20
[*.html]
21
indent_style = tab
22
indent_size = 4
23
tab_size = 4