diff options
| author | Alexander Schwartz <alexander.schwartz@gmx.net> | 2021-04-09 22:00:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 14:00:30 -0600 |
| commit | c5c684b11d28215ab35b03d141bf45288b0124f2 (patch) | |
| tree | b0a08b7dcebde843a6c9f44725937c9797bb6380 /.editorconfig | |
| parent | 03e8ebbecc52d8a067489e23816f8e8bcd8758dc (diff) | |
configure tools to enforce consistent use of LF lines feeds in source (PR #1911) [skip ci]
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..fb486edb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +# this matches the setting in .gitattributes +end_of_line = lf |
