diff --git a/.editorconfig b/.editorconfig index 6cd0c32e2ce71287474f8bb0283428775e0b7a47..9779092a85de8197f47210b4e9e75d84f91b041d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] charset = utf-8 -end_of_line = crlf +end_of_line = lf indent_size = 4 indent_style = space insert_final_newline = true diff --git a/.gitignore b/.gitignore index 51720b7503275dce2f054d1b36765f39b13c0e67..557daba2137f42fc3c95ce6382b3e1915f4f835d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ cmd/coord/coord cmd/coord/coord.exe +/coord +/coord.exe