mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
chore(coding-style): correct indentation
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
+1
-1
@@ -9,5 +9,5 @@ files({
|
|||||||
'html/index.html',
|
'html/index.html',
|
||||||
'html/script.js',
|
'html/script.js',
|
||||||
'html/style.css',
|
'html/style.css',
|
||||||
'html/cursor.png'
|
'html/cursor.png',
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user