1
0
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:
Robert Knight 2015-11-25 14:32:52 +00:00
parent a4d05d469f
commit 011487604e

3
.editorconfig Normal file
View File

@ -0,0 +1,3 @@
[*.js]
indent_style=space
indent_size=4