chore: add gitignore and editorconfig

This commit is contained in:
Gosha Tcherednitchenko 2024-01-31 23:53:55 +00:00
parent 37e9251c9b
commit fb2e2158d6
2 changed files with 32 additions and 0 deletions

23
.editorconfig Normal file
View File

@ -0,0 +1,23 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
# use line feed
end_of_line = lf
# ensure file ends with a newline when saving
insert_final_newline = true
# soft tabs
indent_style = space
# number of columns used for each indentation level
indent_size = 2
# remove any whitespace characters preceding newline characters
trim_trailing_whitespace = true
# character set
charset = utf-8

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*.abcl
*.fasl
*.dx32fsl
*.dx64fsl
*.lx32fsl
*.lx64fsl
*.x86f
*~
.#*