Skip to content

dir-locals.el: move nil block to the bottom

Andres Gomez requested to merge tanty/piglit:tanty/dir-locals-el into master

The order of the blocks matter. If "nil" is the first, later modes won't overwrite variables already defined.

Additionally, whitespace variables won't take effect if the mode is not yet activated.

Signed-off-by: Andres Gomez agomez@igalia.com

Merge request reports