Login
.editorconfig at [ff9c41a8dd]
Login

File .editorconfig artifact 489ddc38da part of check-in ff9c41a8dd


# EditorConfig (https://editorconfig.com) Configuration for Fossil
# and, by extension, libfossil.
#
# Following https://fossil-scm.org/fossil/doc/trunk/www/style.wiki

# Defaults for all files
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2

[{Makefile,Makefile.*,*.make,*.make.in}]
indent_style = tab