-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increased maintainability
- Loading branch information
Göran Sander
committed
Aug 16, 2023
1 parent
c488cc4
commit e4febe6
Showing
24 changed files
with
11,737 additions
and
19,197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
end_of_line = lf | ||
charset = utf-8 | ||
indent_size = 4 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
|
||
[{,test/}{actual,fixtures}/**] | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
|
||
[templates/**] | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false |
File renamed without changes.
Oops, something went wrong.