1# EditorConfig (https://editorconfig.com) Configuration for Fossil
2#
3# Following https://fossil-scm.org/fossil/doc/trunk/www/style.wiki
4#
5
6# Defaults for all files
7[*]
8end_of_line = lf
9insert_final_newline = true
10indent_style = space
11indent_size = 2
12
13[{Makefile,Makefile.*,*.mk}]
14indent_style = tab
15