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