1bf215546Sopenharmony_ci# To use this config on you editor, follow the instructions at: 2bf215546Sopenharmony_ci# http://editorconfig.org 3bf215546Sopenharmony_ci 4bf215546Sopenharmony_ciroot = true 5bf215546Sopenharmony_ci 6bf215546Sopenharmony_ci[*] 7bf215546Sopenharmony_cicharset = utf-8 8bf215546Sopenharmony_ciinsert_final_newline = true 9bf215546Sopenharmony_citab_width = 8 10bf215546Sopenharmony_ci 11bf215546Sopenharmony_ci[*.{c,h,cpp,hpp,cc,hh}] 12bf215546Sopenharmony_ciindent_style = space 13bf215546Sopenharmony_ciindent_size = 3 14bf215546Sopenharmony_cimax_line_length = 78 15bf215546Sopenharmony_ci 16bf215546Sopenharmony_ci[{Makefile*,*.mk}] 17bf215546Sopenharmony_ciindent_style = tab 18bf215546Sopenharmony_ci 19bf215546Sopenharmony_ci[*.py] 20bf215546Sopenharmony_ciindent_style = space 21bf215546Sopenharmony_ciindent_size = 4 22bf215546Sopenharmony_ci 23bf215546Sopenharmony_ci[*.yml] 24bf215546Sopenharmony_ciindent_style = space 25bf215546Sopenharmony_ciindent_size = 2 26bf215546Sopenharmony_ci 27bf215546Sopenharmony_ci[*.rst] 28bf215546Sopenharmony_ciindent_style = space 29bf215546Sopenharmony_ciindent_size = 3 30bf215546Sopenharmony_ci 31bf215546Sopenharmony_ci[*.patch] 32bf215546Sopenharmony_citrim_trailing_whitespace = false 33bf215546Sopenharmony_ci 34bf215546Sopenharmony_ci[{meson.build,meson_options.txt}] 35bf215546Sopenharmony_ciindent_style = space 36bf215546Sopenharmony_ciindent_size = 2 37bf215546Sopenharmony_ci 38bf215546Sopenharmony_ci 39bf215546Sopenharmony_ci[*.ps1] 40bf215546Sopenharmony_ciindent_style = space 41bf215546Sopenharmony_ciindent_size = 2 42