StephaneLenclud@441: ; Top-most EditorConfig file
StephaneLenclud@441: root = true
StephaneLenclud@441: 
StephaneLenclud@441: ; Windows-style newlines
StephaneLenclud@441: [*]
StephaneLenclud@441: end_of_line = crlf
StephaneLenclud@441: 
StephaneLenclud@441: ; 2-column tab indentation
StephaneLenclud@441: [*.cs]
StephaneLenclud@441: indent_style = space
StephaneLenclud@441: indent_size = 2
StephaneLenclud@441: trim_trailing_whitespace = false