sl@405: ; Top-most EditorConfig file sl@405: root = true sl@405: sl@405: ; Windows-style newlines sl@405: [*] sl@405: end_of_line = crlf sl@405: sl@405: ; 4-column tab indentation sl@405: [*.cs] sl@405: indent_style = tab sl@405: indent_size = 4 sl@405: