1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/.editorconfig
Robert Knight 011487604e Add editorconfig file that documents JS conventions in this repo
Existing JS files in this repo use Python-esque spacing
and naming conventions (4 spaces, snake_cased) rather than
JS conventions (2 spaces, camelCased).
2015-11-25 14:57:51 +00:00

4 lines
40 B
INI

[*.js]
indent_style=space
indent_size=4