Login
.editorconfig at [cdbcddb1a1]
Login

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


# 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