radio-station/.editorconfig
Luke Bunselmeyer 560c853d33 - Created <PageOut>
- Installed daisyui and hericons
2023-05-06 11:52:55 -04:00

17 lines
271 B
INI

root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
max_line_length = 120
[*.json]
indent_size = 2
# Tab indentation (no size specified)
[Makefile]
indent_style = tab