mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-03 11:56:37 -04:00
21 lines
366 B
INI
21 lines
366 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
|
|
[*.{c,cppi,cc,h,hpp}]
|
|
indent_size = 2
|
|
|
|
# Tab indentation (no size specified)
|
|
[Makefile,makefile,GNUmakefile]
|
|
indent_style = tab
|
|
|
|
#[*.{js,py}]
|