mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-18 21:27:54 +00:00
9bca2557ea
Implements a simple test for `parseMemoryNumber` change-type: minor
16 lines
220 B
INI
16 lines
220 B
INI
# editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.json]
|
|
indent_style = space
|