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