bsdcontrol.rb/.editorconfig

18 lines
214 B
INI
Raw Normal View History

2024-10-12 07:22:12 +02:00
root = true
2024-05-13 00:11:57 +02:00
[*]
end_of_line = lf
insert_final_newline = true
[Makefile]
2024-10-12 07:22:12 +02:00
indent_size = 4
2024-05-13 00:11:57 +02:00
indent_style = tab
2024-10-12 07:22:12 +02:00
[*.c, *.h]
2024-05-13 00:11:57 +02:00
indent_size = 4
2024-10-12 07:22:12 +02:00
indent_style = space
[*.rb, *.gemspec]
indent_size = 2
indent_style = space