Skip to content

Commit 38337a8

Browse files
author
Okeanij
committed
+
1 parent bdf67f0 commit 38337a8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ root = true
33
[*]
44
charset = utf-8
55
indent_style = space
6-
indent_size = 2
6+
indent_size = 4
77
end_of_line = lf
88
insert_final_newline = true
99
trim_trailing_whitespace = false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
</p>
44

55
<h3 align="center">
6-
Site engine with blog, forum and articles sections features support.<br/>
7-
Build on: AspNet Core, VueJS, Quasar.</h3>
6+
Site engine with blog, forum and articles sections.<br/>
7+
Build on AspNet Core, VueJS, Quasar.</h3>
88

99
# SunEngine
1010

Scripts/.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 4
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)