Merge pull request 'Lisää yksinkertainen .editorconfig' (#2) from mikaela/c64-vaali-intro-2023:editorconfig into master
Reviewed-on: Gimle/c64-vaali-intro-2023#2
This commit is contained in:
commit
e2add48af9
|
@ -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
|
Loading…
Reference in New Issue