# PF4J code formatting styles# Checkout http://editorconfig.org/ for more information and how to use itroot=true[*]charset=utf-8end_of_line=lfindent_style=spaceindent_size=4#[{*.java,*.xml,*.js,*.css]trim_trailing_whitespace=trueinsert_final_newline=true[*.md]trim_trailing_whitespace=false