mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
The latest images incorporate all changes previously added by the dockerfiles. The arm image however is still missing/unreliable from the registry and must be built independently.
14 lines
266 B
INI
14 lines
266 B
INI
; This file is for unithyng the coding style for different editors and IDEs.
|
|
|
|
root = true;
|
|
|
|
[*]
|
|
charset = utf_8
|
|
indent_size = 4
|
|
indent_style = space
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false |