mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-15 00:04:23 +08:00
d4af766081
Not all contributors work on projects that use linux kernel coding style. This commit adds a basic editorconfig [0] to assist contributors with managing configuration. [0]: https://editorconfig.org/ Reviewed-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com> Signed-off-by: Daniel Xu <dxu@dxuuu.xyz> Signed-off-by: David Sterba <dsterba@suse.com>
11 lines
156 B
INI
11 lines
156 B
INI
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
indent_style = tab
|
|
indent_size = 8
|
|
|
|
[*.py]
|
|
indent_size = 4
|