repo.or.cz
/
ghdl-vlg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
verilog: add sv_maps iterators
[ghdl-vlg.git]
/
.editorconfig
blob
884561173b31b827dc96b8032b451525a959c3c4
1
root = true
2
3
[*]
4
charset = utf-8
5
# end_of_line = lf
6
insert_final_newline = true
7
trim_trailing_whitespace = true
8
indent_style = tab
9
indent_size = 2
10
tab_width = 2
11
12
[*.{vhd,vhdl}]
13
charset = latin1
14
15
[*.{adb,ads,gpr}]
16
indent_style = space
17
indent_size = 3
18
19
[*.py]
20
indent_style = space
21
indent_size = 4
22
23
[*.{ps1, psm1}]
24
indent_style = tab
25
indent_size = 2
26
27
[*.{yml,yaml}]
28
indent_style = space
29
indent_size = 2
30
31
[*.{json,ini}]
32
indent_style = tab
33
indent_size = 2
34
35
[*.md]
36
trim_trailing_whitespace = false
37
38
[*.rst]
39
indent_style = space
40
indent_size = 3