Permalink
8 lines (7 sloc)
115 Bytes
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also prefix all formatting functions with fmt_ Related: #9427
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
charset = utf-8 | |
indent_size = 2 | |
indent_style = space |