mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
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).
This commit is contained in:
parent
a4d05d469f
commit
011487604e
3
.editorconfig
Normal file
3
.editorconfig
Normal file
@ -0,0 +1,3 @@
|
||||
[*.js]
|
||||
indent_style=space
|
||||
indent_size=4
|
Loading…
x
Reference in New Issue
Block a user