Merge pull request 'Lisää yksinkertainen .editorconfig' (#2) from mikaela/c64-vaali-intro-2023:editorconfig into master

Reviewed-on: #2
This commit is contained in:
Gimle 2023-02-18 15:43:14 +02:00
commit e2add48af9
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = tab
[*.md]
trim_trailing_whitespace = false