Commit 17a5a56
Adam Spiers
Add an .editorconfig to ensure consistent whitespace policy
src/README.md already says:
_Before_ beginning development, especially on teams, make sure to
configure your linter and code formatting to conform to one
unified setting
EditorConfig (see https://editorconfig.org/) is a fantastic way to
ensure that many editors will automatically configure themselves
with settings to correctly match any project containing an
.editorconfig file. So add one to this project with settings matching
the existing style (including 2-column indentation).1 parent 16879fb commit 17a5a56
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments