﻿# EditorConfig: http://EditorConfig.org
# VS extension: https://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328

# tab indentation
[*.cs]
indent_style = tab
indent_size = 4
