Files
xkcd-Mailer/.editorconfig
Ismo Vuorinen 59e6717fc2 1.0.0
2021-11-12 17:46:17 +02:00

18 lines
291 B
INI

# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
# 4 space indentation
[*.php]
indent_size = 4
[*.yml]
indent_size = 2