added os specific dependency for linux

This commit is contained in:
ikeen0807 2024-05-24 17:35:43 +02:00
parent 0b9119222b
commit ca6239fb79
43 changed files with 904 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false