repo.or.cz
/
yosql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
allow to specify front matter specific example code
[yosql.git]
/
.editorconfig
blob
a1e3950d88b812a11d35702669abc6e135935544
1
# top-most EditorConfig file
2
root = true
3
4
# global rules for all fies
5
[*]
6
charset = utf-8
7
indent_style = space
8
indent_size = 4
9
trim_trailing_whitespace = true
10
insert_final_newline = true
11
12
# Makefiles use tabs by convention
13
[Makefile]
14
indent_style = tab
15
[*.mk]
16
indent_style = tab