repo.or.cz
/
ruby-80x24.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* 2022-01-18 [ci skip]
[ruby-80x24.org.git]
/
.editorconfig
blob
4633a7acae193df95d3a99d634700c37b0910595
1
root = true
2
3
[*]
4
end_of_line = lf
5
indent_size = 4
6
indent_style = space
7
insert_final_newline = true
8
tab_width = 8
9
trim_trailing_whitespace = true
10
11
[*.bat]
12
end_of_line = crlf
13
14
[*.gemspec]
15
indent_size = 2
16
17
[*.rb]
18
indent_size = 2
19
20
[*.yml]
21
indent_size = 2
22
23
[{*[Mm]akefile*,*.mak,*.mk,depend}]
24
indent_style = tab
25
26
[enc/*]
27
indent_size = 2
28
29
[reg*.[ch]]
30
indent_size = 2