dhaumann accepted this revision. dhaumann added a comment.
Looks good, I just suggest two minor changes, see below. Thanks for the additions! INLINE COMMENTS > configuring.docbook:1562 > +<para>&kappname; always search for a <filename>.kateconfig</filename> file > for local files (not remote files). > +In addition, it is now possible to set options based on wildcards (file > extensions) as follows:</para> > + I suggest to remove the word 'now'. > configuring.docbook:1564-1566 > +<programlisting>// kate: tab-width 4; indent-width 4; replace-tabs on; > +// kate-wildcard(*.xml): indent-width 2; > +// kate-wildcard(Makefile): replace-tabs off; The leading // is not needed. It is only required in programming languages that do not compile/run otherwise :-) REPOSITORY R40 Kate REVISION DETAIL https://phabricator.kde.org/D9616 To: lueck, #kate, dhaumann, #documentation, yurchor Cc: yurchor, michaelh, kevinapavew, ngraham, demsking, cullmann, sars, dhaumann
