forked from oncokb/oncokb-annotator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
22 lines (15 loc) · 848 Bytes
/
Copy path.editorconfig
File metadata and controls
22 lines (15 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The EditorConfig project consists of a file format for defining coding styles
# and a collection of text editor plugins that enable editors to read the file format
# and adhere to defined styles.
# EditorConfig files are read top to bottom and the closest EditorConfig files are read last.
# Properties from matching EditorConfig sections are applied in the order they were read,
# so properties in closer files take precedence.
# Please only specify the formats you want to apply through out the project in this file.
# Otherwise, please create new config file in your directory where you want to apply these styles.
# More details about EditorConfig: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
# Unix-style newlines with a newline ending every file
insert_final_newline = false
trim_trailing_whitespace = false