Fossil SCM
EditorConfig file for Fossil Project. See https://fossil-scm.org/forum/forumpost/7da5900698 for discussion.
Commit
cb4412b6c5800776c161f8493f0f1763e4ded9e1dd68d2ec30ee1eecc214b405
Parent
39d3baabf63e6a0…
1 file changed
+12
+12
| --- a/.editorconfig | ||
| +++ b/.editorconfig | ||
| @@ -0,0 +1,12 @@ | ||
| 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 | +[*] | |
| 8 | +end_of_line = lf | |
| 9 | +insert_final_newline = true | |
| 10 | +indent_style = space | |
| 11 | +indent_size = 2 | |
| 12 | + |
| --- a/.editorconfig | |
| +++ b/.editorconfig | |
| @@ -0,0 +1,12 @@ | |
| --- a/.editorconfig | |
| +++ b/.editorconfig | |
| @@ -0,0 +1,12 @@ | |
| 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 | [*] |
| 8 | end_of_line = lf |
| 9 | insert_final_newline = true |
| 10 | indent_style = space |
| 11 | indent_size = 2 |
| 12 |