mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 06:14:51 -04:00
- Force lf line endings for compatibility with all systems. Signed-off-by: objecttothis <objecttothis@gmail.com>
22 lines
455 B
INI
22 lines
455 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
tab_width = 4
|
|
|
|
[{*.cjs,*.js}]
|
|
indent_style = tab
|
|
|
|
[{*.ctp,*.hphp,*.inc,*.module,*.php,*.php4,*.php5,*.phtml}]
|
|
indent_style = tab
|
|
|
|
[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,composer.lock,jest.config}]
|
|
indent_style = tab
|
|
|
|
[{*.htm,*.html,*.ng,*.sht,*.shtm,*.shtml}]
|
|
indent_style = tab |