Fossil SCM
Back out erroneous overwrites of the VERSION and .editorconfig files.
Commit
fa522a07a02953cc771c21073831c5b0ec847740df0ec3176b33c2e25c230147
Parent
cfb5a8613af3ff7…
2 files changed
+5
-3
+1
-1
+5
-3
| --- .editorconfig | ||
| +++ .editorconfig | ||
| @@ -1,12 +1,14 @@ | ||
| 1 | -# EditorConfig (https://editorconfig.com) configuration suitable for | |
| 2 | -# "drh projects": fossil, althttpd, and their kin. | |
| 1 | +# EditorConfig (https://editorconfig.com) Configuration for Fossil | |
| 2 | +# | |
| 3 | +# Following https://fossil-scm.org/fossil/doc/trunk/www/style.wiki | |
| 4 | +# | |
| 3 | 5 | |
| 4 | 6 | # Defaults for all files |
| 5 | 7 | [*] |
| 6 | 8 | end_of_line = lf |
| 7 | 9 | insert_final_newline = true |
| 8 | 10 | indent_style = space |
| 9 | 11 | indent_size = 2 |
| 10 | 12 | |
| 11 | -[{Makefile,Makefile.*,*.make,*.make.in}] | |
| 13 | +[{Makefile,Makefile.*,*.mk}] | |
| 12 | 14 | indent_style = tab |
| 13 | 15 |
| --- .editorconfig | |
| +++ .editorconfig | |
| @@ -1,12 +1,14 @@ | |
| 1 | # EditorConfig (https://editorconfig.com) configuration suitable for |
| 2 | # "drh projects": fossil, althttpd, and their kin. |
| 3 | |
| 4 | # Defaults for all files |
| 5 | [*] |
| 6 | end_of_line = lf |
| 7 | insert_final_newline = true |
| 8 | indent_style = space |
| 9 | indent_size = 2 |
| 10 | |
| 11 | [{Makefile,Makefile.*,*.make,*.make.in}] |
| 12 | indent_style = tab |
| 13 |
| --- .editorconfig | |
| +++ .editorconfig | |
| @@ -1,12 +1,14 @@ | |
| 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 | |
| 13 | [{Makefile,Makefile.*,*.mk}] |
| 14 | indent_style = tab |
| 15 |
M
VERSION
+1
-1
| --- VERSION | ||
| +++ VERSION | ||
| @@ -1,1 +1,1 @@ | ||
| 1 | -2.0 | |
| 1 | +2.28 | |
| 2 | 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 2.0 |
| 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 2.28 |
| 2 |