mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-10 02:30:53 +00:00
18 lines
324 B
INI
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
|