Template
1
0
mirror of https://github.com/Wessel/boilerplate.git synced 2026-06-08 14:18:44 +02:00

Add most of my stuff

This commit is contained in:
Wessel Tip
2019-08-03 12:10:40 +02:00
parent 0c9039f3bd
commit e5c01a358f
12 changed files with 241 additions and 0 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false