My-website/.editorconfig
2026-01-15 12:44:10 -07:00

9 lines
206 B
INI
Executable file

# Top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending and 4 space indents on every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4