Files
gitbook/.editorconfig
2026-08-13 13:18:42 +00:00

11 lines
212 B
INI

# Stop editors from looking for .editorconfig files in parent directories.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
max_line_length = 100