1
Fork 0
tirocinio-canali-steffo-acrate/.editorconfig

22 lines
264 B
INI
Raw Permalink Normal View History

2024-11-09 09:27:59 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
tab_width = 4
[*.yml]
indent_size = 2
indent_style = space
[*.md]
indent_size = 3
indent_style = space
[*.rst]
indent_size = 3
indent_style = space