mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
11 lines
285 B
INI
11 lines
285 B
INI
# This file is for unifying the coding style for different editors and IDEs.
|
|
# More information at http://EditorConfig.org
|
|
|
|
# No .editorconfig files above the root directory
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true |