Artifact 489ddc38dacea9d03b711096c9b3346f6c92c1b5:
- File .editorconfig — part of check-in [92022044d9] at 2021-10-08 18:20:03 on branch trunk — Added more makefile-style patterns to editorconfig. (user: stephan size: 341)
# 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