github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/.editorconfig (about) 1 # EditorConfig is awesome: http://EditorConfig.org 2 3 # top-most EditorConfig file 4 root = true 5 6 # Unix-style newlines with a newline ending every file 7 [*] 8 end_of_line = lf 9 insert_final_newline = true 10 11 # Makefile 12 [Makefile] 13 indent_style = tab 14 15 # NSIS files 16 [*.{nsi,nsh}] 17 end_of_line = crlf 18 indent_size = 2