Refactor enum 'oom_score' for high readability
[platform/core/system/resourced.git] / .editorconfig
1 # EditorConfig file for Tizen projects
2
3 root = true
4
5 # Unix-style newlines with a newline ending every file
6 [*]
7 end_of_line = lf
8 insert_final_newline = true
9 trim_trailing_whitespace = true
10 charset = utf-8
11
12 # https://wiki.tizen.org/Native_Platform_Coding_Idiom_and_Style_Guide
13 [*.{c,cpp,h}]
14 indent_style = tab
15 indent_size = 4
16
17 # Tab indentation (no size specified)
18 [Makefile,Makefile.*]
19 indent_style = tab