mirror of
https://github.com/janeczku/calibre-web
synced 2024-10-31 15:20:28 +00:00
29e2658e53
Attempts to pattern what has been in use by Codacy. Currently, it eliminates support for IE10 and below, and some aspects of our code eliminate IE11, leaving Edge as the only supported MS browser. I don't think this is intentional.
10 lines
112 B
INI
10 lines
112 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
|
|
[*.{js,py}]
|
|
indent_size = 4
|