193fb6ee3Sopenharmony_ci# This file is for unifying the coding style for different editors and IDEs 293fb6ee3Sopenharmony_ci# editorconfig.org 393fb6ee3Sopenharmony_ci 493fb6ee3Sopenharmony_ciroot = true 593fb6ee3Sopenharmony_ci 693fb6ee3Sopenharmony_ci[*] 793fb6ee3Sopenharmony_ciend_of_line = lf 893fb6ee3Sopenharmony_cicharset = utf-8 993fb6ee3Sopenharmony_ciinsert_final_newline = true 1093fb6ee3Sopenharmony_citrim_trailing_whitespace = true 1193fb6ee3Sopenharmony_ciindent_style = space 1293fb6ee3Sopenharmony_ciindent_size = 4 13