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