.editorconfig
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Wed, 22 Sep 2021 17:14:54 -0400
changeset 48033 62f325f9b347
parent 45392 c25efc468a49
permissions -rw-r--r--
bookmarks: add an option to make pull mirror remote bookmarks For backups for instance. Merging bookmarks is not a useful behavior in that case. Differential Revision: https://phab.mercurial-scm.org/D11490

# See http://EditorConfig.org for the specification

root = true

[*.py]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
end_of_line = lf

[*.{c,h}]
indent_size = 8
indent_style = tab
trim_trailing_whitespace = true
end_of_line = lf

[*.t]
indent_size = 2
indent_style = space
trim_trailing_whitespace = false
end_of_line = lf