repo.or.cz
/
geany-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4221 from b4n/line-end-pref-sensitive
[geany-mirror.git]
/
.editorconfig
blob
e965535a8c5c50c95b375989a956039f070a5382
1
root = true
2
3
[*]
4
indent_size = 4
5
end_of_line = lf
6
7
[*.{c,h,cxx,am,m4}]
8
indent_style = tab
9
10
[*.{py}]
11
indent_style = space