Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / alpine / .editorconfig
1 ; This file is for unifying the coding style for different editors and IDEs.
2 ; Plugins are available for notepad++, emacs, vim, gedit,
3 ; textmate, visual studio, and more.
4 ;
5 ; See http://editorconfig.org for details.
6
7 # Top-most EditorConfig file.
8 root = true
9
10 [**/APKBUILD*]
11 indent_style = tab
12 end_of_line = lf
13 insert_final_newline = true
14 trim_trailing_whitespace = true