Artifact 132c5a213aa3ce13dcc9c19f8a7ea306e3640bec4ae693378116cee339c34a1a:
- File .editorconfig — part of check-in [b86c8b476b] at 2019-11-09 04:27:43 on branch trunk — Told .editorconfig to use tabs for Makefiles, otherwise it mangles them with the default indention style (spaces). (user: stephan size: 299) [more...]
# EditorConfig (https://editorconfig.com) Configuration for Fossil # # 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.*,*.mk}] indent_style = tab