repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed: Calling stop on music player should not affect background music.
[ryzomcore.git]
/
.editorconfig
blob
2e9da850b90283033b9273abae634c3533780dce
1
; Top-most EditorConfig file
2
root = true
3
4
; 4-column tab indentation
5
[*.cpp]
6
indent_style = tab
7
indent_size = 4
8
9
[*.c]
10
indent_style = tab
11
indent_size = 4
12
13
[*.h]
14
indent_style = tab
15
indent_size = 4
16
17
[*.py]
18
indent_style = tab
19
indent_size = 4
20
21
[*.cfg]
22
indent_style = tab
23
indent_size = 4