There was an error while loading. Please reload this page.
1 parent bc0bc01 commit c92934fCopy full SHA for c92934f
.editorconfig
@@ -0,0 +1,21 @@
1
+root = true
2
+
3
+charset = utf-8
4
+insert_final_newline = false
5
+trim_trailing_whitespace = true
6
+end_of_line = lf
7
8
+[**.cpp]
9
+indent_style = space
10
+indent_size = 4
11
+[**.hpp]
12
13
14
15
+[**.json]
16
+indent_style = space4
17
+indent_size = 2
18
19
+[Makefile]
20
+indent_style = tab
21
settings/settings.json
@@ -7,7 +7,7 @@
},
"window" :
{
- "max_framerate" : 60,
+ "max_framerate" : 60,
"fps_counter" : true,
"scale" : 1,
"gui_scale" : 1,
0 commit comments