mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-07-18 14:56:00 +02:00
Add server with basic auth stuff
This commit is contained in:
19
.editorconfig
Normal file
19
.editorconfig
Normal file
@ -0,0 +1,19 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.py]
|
||||
max_line_length = 99
|
||||
|
||||
[*.js]
|
||||
max_line_length = 100
|
||||
indent_style = tab
|
||||
|
||||
[*.{json,sass}]
|
||||
indent_size = 2
|
Reference in New Issue
Block a user