root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.scss]
indent_size = 2

; Force the SQL files to have CRLF line-endings.
; This is necessary because we split up queries by ";\r" (and similar) in various places.
; Using LF line-endings WILL break the i-doit setup and/or update procedure.
[*.sql]
end_of_line = crlf
