Blame | Last modification | View Log | Download
# EditorConfig file for ADOdb# https://editorconfig.org/root = true# Default file settings[*]indent_style = tabindent_size = 4end_of_line = lftrim_trailing_whitespace = trueinsert_final_newline = truecharset = utf-8# Python build scripts[*.py]indent_style = space# Markdown files[*.md]indent_style = spacetrim_trailing_whitespace = false