]> rtime.felk.cvut.cz Git - hubacji1/rrts.git/blob - .editorconfig
Update readme
[hubacji1/rrts.git] / .editorconfig
1 # SPDX-FileCopyrightText: 2021 Jiri Vlasak <jiri.vlasak.2@cvut.cz>
2 #
3 # SPDX-License-Identifier: CC0-1.0
4
5 root = true
6
7 [*.{cc,hh}]
8 end_of_line = lf
9 insert_final_newline = true
10 charset = utf-8
11 trim_trailing_whitespace = true
12 indent_style = tab
13 indent_size = 8
14 max_line_length = 80
15
16 [*.{py,md}]
17 end_of_line = lf
18 insert_final_newline = true
19 charset = utf-8
20 trim_trailing_whitespace = true
21 indent_style = space
22 indent_size = 4
23 max_line_length = 80