Lisää yksinkertainen .editorconfig #2

Merged
Gimle merged 1 commits from mikaela.suomalainen/c64-vaali-intro-2023:editorconfig into master 2023-02-18 15:43:14 +02:00
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