basant307/AI_Governance_Project
045
1# EditorConfig is awesome: http://EditorConfig.org2 3# top-most EditorConfig file4root = true5 6# Copied from Node.js to ease compatibility in PR.7[*]8charset = utf-89end_of_line = lf10indent_size = 211indent_style = space12insert_final_newline = true13trim_trailing_whitespace = true14quote_type = single15 