Initial builded version

Change-Id: I8937a5b559134d1d6029d16e9831c961287fee0c
This commit is contained in:
Roman Jaroš 2023-09-09 16:55:38 +02:00
commit 13ab39d1fd
57 changed files with 1186 additions and 0 deletions

View file

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