1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 02:30:53 +00:00
psychojs/.editorconfig
2021-06-01 17:47:01 +01:00

18 lines
324 B
INI

# top-most EditorConfig file
root = true
# Don't use tabs for indentation.
[*]
indent_style = space
# (Please don't specify an indent_size here; that has too many unintended consequences.)
# Python files
[*.{py}]
indent_style = tab
indent_size = 4
# HTML+CSS/JS files
[*.{html,js,cjs}]
indent_style = tab
indent_size = 2