Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.editorconfig - github.com/mumble-voip/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36c09e6b61e044edc0cc8f3e00fae4bb6d51602b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Windows-style newlines with a newline ending every file
[*]
end_of_line = crlf
insert_final_newline = true

# 4 space indentation
[*.{c,h,def}]
indent_style = space
indent_size = 4

# Trim trailing whitespaces
[*.{c,h,def,txt}]
trim_trailing_whitespace = true

# UTF-8 with BOM
[*.{c,h,def,txt}]
charset=utf-8-bom