1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-13 15:17:32 +00:00

Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Dennis Boone 2021-02-17 18:11:03 -05:00
commit 902f535120

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# .editorconfig, Boone, 02/11/21
# Editor behavior settings
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[makefile]
indent_style = tab